projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8e0c05
)
(uniquify-unload-function): Add docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 30 Oct 2007 00:20:44 +0000
(
00:20
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 30 Oct 2007 00:20:44 +0000
(
00:20
+0000)
(uniquify-unload-function): Remove variable.
lisp/uniquify.el
patch
|
blob
|
history
diff --git
a/lisp/uniquify.el
b/lisp/uniquify.el
index 47388247c2220635abbbd2c29703263c1326994e..5b9318241dc1fe4d256376993eabe658aabf12d1 100644
(file)
--- a/
lisp/uniquify.el
+++ b/
lisp/uniquify.el
@@
-476,6
+476,7
@@
For use on `kill-buffer-hook'."
;;; The End
(defun uniquify-unload-function ()
+ "Unload the uniquify library."
(save-current-buffer
(let ((buffers nil))
(dolist (buf (buffer-list))
@@
-491,8
+492,6
@@
For use on `kill-buffer-hook'."
;; continue standard uploading
nil)
-(defvar uniquify-unload-function 'uniquify-unload-function)
-
(provide 'uniquify)
;; arch-tag: e763faa3-56c9-4903-8eb8-26e1c45a0065